diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/vendors/[id]/info/layout.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/vendors/[id]/info/layout.tsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/vendors/[id]/info/layout.tsx b/app/[lng]/evcp/(evcp)/vendors/[id]/info/layout.tsx index 00c3f640..7e2cd4f6 100644 --- a/app/[lng]/evcp/(evcp)/vendors/[id]/info/layout.tsx +++ b/app/[lng]/evcp/(evcp)/vendors/[id]/info/layout.tsx @@ -35,10 +35,14 @@ export default async function SettingsLayout({ href: `/${lng}/evcp/vendors/${id}/info`, }, { - title: "공급품목", + title: "공급품목(패키지)", href: `/${lng}/evcp/vendors/${id}/info/items`, }, { + title: "공급품목(자재그룹)", + href: `/${lng}/evcp/vendors/${id}/info/materials`, + }, + { title: "견적 히스토리", href: `/${lng}/evcp/vendors/${id}/info/rfq-history`, }, |
